home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMSELECTDATERANGE / TFRMSELECTDATERANGE.txt
Encoding:
Text File  |  2002-03-14  |  3.9 KB  |  181 lines

  1. object frmSelectDateRange: TfrmSelectDateRange
  2.   Left = 333
  3.   Top = 135
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Date Range'
  7.   ClientHeight = 191
  8.   ClientWidth = 326
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblTitle: TEsLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 326
  22.     Height = 38
  23.     Align = alTop
  24.     Alignment = taCenter
  25.     Appearance = apCustom
  26.     Caption = 'Select a date range'
  27.     ColorScheme = csCustom
  28.     CustomSettings.ShadowColor = clOlive
  29.     CustomSettings.ShadowDepth = 4
  30.     CustomSettings.ShadowStyle = ssExtrude
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlue
  33.     Font.Height = -27
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label6: TLabel
  39.     Left = 194
  40.     Top = 122
  41.     Width = 22
  42.     Height = 13
  43.     Caption = 'days'
  44.   end
  45.   object Label7: TLabel
  46.     Left = 194
  47.     Top = 86
  48.     Width = 34
  49.     Height = 13
  50.     Caption = 'months'
  51.   end
  52.   object Label8: TLabel
  53.     Left = 200
  54.     Top = 50
  55.     Width = 18
  56.     Height = 13
  57.     Caption = 'and'
  58.   end
  59.   object dtStart: TEsDateEdit
  60.     Left = 97
  61.     Top = 46
  62.     Width = 89
  63.     Height = 21
  64.     EsLabelInfo.OffsetX = 0
  65.     EsLabelInfo.OffsetY = 0
  66.     EsLabelInfo.Visible = False
  67.     PopupCalColors.ActiveDay = clRed
  68.     PopupCalColors.ColorScheme = csWindows
  69.     PopupCalColors.DayNames = clMaroon
  70.     PopupCalColors.Days = clBlack
  71.     PopupCalColors.InactiveDays = clGray
  72.     PopupCalColors.MonthAndYear = clBlue
  73.     PopupCalColors.Weekend = clRed
  74.     PopupCalFont.Charset = DEFAULT_CHARSET
  75.     PopupCalFont.Color = clWindowText
  76.     PopupCalFont.Height = -11
  77.     PopupCalFont.Name = 'MS Sans Serif'
  78.     PopupCalFont.Style = []
  79.     ReadOnly = False
  80.     RequiredFields = [rfMonth, rfDay]
  81.     TabOrder = 0
  82.     TodayString = '/'
  83.     OnExit = dtStartExit
  84.   end
  85.   object dtEnd: TEsDateEdit
  86.     Left = 231
  87.     Top = 46
  88.     Width = 89
  89.     Height = 21
  90.     EsLabelInfo.OffsetX = 0
  91.     EsLabelInfo.OffsetY = 0
  92.     EsLabelInfo.Visible = False
  93.     PopupCalColors.ActiveDay = clRed
  94.     PopupCalColors.ColorScheme = csWindows
  95.     PopupCalColors.DayNames = clMaroon
  96.     PopupCalColors.Days = clBlack
  97.     PopupCalColors.InactiveDays = clGray
  98.     PopupCalColors.MonthAndYear = clBlue
  99.     PopupCalColors.Weekend = clRed
  100.     PopupCalFont.Charset = DEFAULT_CHARSET
  101.     PopupCalFont.Color = clWindowText
  102.     PopupCalFont.Height = -11
  103.     PopupCalFont.Name = 'MS Sans Serif'
  104.     PopupCalFont.Style = []
  105.     ReadOnly = False
  106.     RequiredFields = [rfMonth, rfDay]
  107.     TabOrder = 1
  108.     TodayString = '/'
  109.   end
  110.   object rbBetween: TRadioButton
  111.     Left = 15
  112.     Top = 48
  113.     Width = 74
  114.     Height = 17
  115.     Caption = 'between'
  116.     Checked = True
  117.     TabOrder = 2
  118.     TabStop = True
  119.     OnClick = rbDaysClick
  120.   end
  121.   object rbMonths: TRadioButton
  122.     Left = 15
  123.     Top = 84
  124.     Width = 114
  125.     Height = 17
  126.     Caption = 'during the previous'
  127.     TabOrder = 3
  128.     OnClick = rbDaysClick
  129.   end
  130.   object edMonths: TSpinEdit
  131.     Left = 145
  132.     Top = 81
  133.     Width = 41
  134.     Height = 22
  135.     MaxValue = 12
  136.     MinValue = 1
  137.     TabOrder = 4
  138.     Value = 1
  139.   end
  140.   object rbDays: TRadioButton
  141.     Left = 15
  142.     Top = 120
  143.     Width = 122
  144.     Height = 17
  145.     Caption = 'during the previous'
  146.     TabOrder = 5
  147.     OnClick = rbDaysClick
  148.   end
  149.   object edDays: TSpinEdit
  150.     Left = 145
  151.     Top = 117
  152.     Width = 41
  153.     Height = 22
  154.     MaxValue = 365
  155.     MinValue = 1
  156.     TabOrder = 6
  157.     Value = 1
  158.   end
  159.   object btOK: TButton
  160.     Left = 160
  161.     Top = 160
  162.     Width = 75
  163.     Height = 25
  164.     Caption = 'OK'
  165.     Default = True
  166.     ModalResult = 1
  167.     TabOrder = 7
  168.     OnClick = btOKClick
  169.   end
  170.   object btCancel: TButton
  171.     Left = 245
  172.     Top = 160
  173.     Width = 75
  174.     Height = 25
  175.     Cancel = True
  176.     Caption = 'Cancel'
  177.     ModalResult = 2
  178.     TabOrder = 8
  179.   end
  180. end
  181.